|
|
Class STBounds
Extends STBase
A rectangle using Doubles. This was created because the Rectangle.Double is
poorly supported and could cause performance problems. It
is used to maintain objects boundary rectangles and extents.
A Z-value and a depth were added to allow the representation of 3d objects.
Time will not be added here. Time is handled as an attribute of layers.
Copyright, SchoonerTurtles LLP, 2009
@author Jim Graham
| Returns | Default | Function | Throws |
|
|
|
STBounds() |
|
|
|
|
STBounds(double NewX,double NewY,double NewWidth,double NewHeight) |
|
Object Functions
STBounds()
Constructs a new STRectangle with all values set to 0.
STBounds(double NewX,double NewY,double NewWidth,double NewHeight)
Creates a new rectangle from individual values.
Parameters: NewX NewY NewWidth NewHeight
|